Pet Store Web Service
Pet Store Web Service / Access to Petstore orders Resource Group / placeOrder (Post)
In This Topic
    PostplaceOrder
    In This Topic

    Resource Path: /store/order

    Description
    Place an order for a pet
    Request

    The request body is of type Order.

    order placed for purchasing the pet

    Overview

    Order
    Represents an individual order.
    id : integer
    Order Id.
    petId : integer
    Pet Id.
    quantity : integer
    Quantity.
    shipDate : string
    Shipping Date.
    status : string
    Order Status
    complete : boolean
    Response

    The response body is of type Order.

    successful operation

    Overview

    Order
    Represents an individual order.
    id : integer
    Order Id.
    petId : integer
    Pet Id.
    quantity : integer
    Quantity.
    shipDate : string
    Shipping Date.
    status : string
    Order Status
    complete : boolean
    Fault Responses
    FaultDescription
    Invalid Order
    See Also